projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5f25660
)
Make sure font-lock-match-c++-style-declaration-item-and-skip-to-next only skips...
author
Simon Marshall
<simon@gnu.org>
Sat, 13 Jul 1996 11:12:25 +0000
(11:12 +0000)
committer
Simon Marshall
<simon@gnu.org>
Sat, 13 Jul 1996 11:12:25 +0000
(11:12 +0000)
lisp/font-lock.el
patch
|
blob
|
history
diff --git
a/lisp/font-lock.el
b/lisp/font-lock.el
index 2e840bfc7d10bc16a352258f7193d84c192c32bb..ac9978c17181ae3a5b2ca16fc34e21e929d8d720 100644
(file)
--- a/
lisp/font-lock.el
+++ b/
lisp/font-lock.el
@@
-1568,9
+1568,9
@@
the face is also set; its value is the face name."
(narrow-to-region (point-min) limit)
(goto-char (match-end 1))
;; Move over any item value, etc., to the next item.
- (while (not (looking-at "[ \t]*\\(
,
\\|$\\)"))
+ (while (not (looking-at "[ \t]*\\(
\\(,\\)\\|;
\\|$\\)"))
(goto-char (or (scan-sexps (point) 1) (point-max))))
- (goto-char (match-end
0
)))
+ (goto-char (match-end
2
)))
(error t)))))
(let ((c-keywords